go/ast.ReturnStmt.Return (field)
4 uses
go/ast (current package)
ast.go#L687: Return token.Pos // position of "return" keyword
ast.go#L787: func (s *ReturnStmt) Pos() token.Pos { return s.Return }
ast.go#L820: return s.Return + 6 // len("return")
go/parser
parser.go#L2043: return &ast.ReturnStmt{Return: pos, Results: x}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)